public class ImageFrame : ControlPublic Class ImageFrame
Inherits Control| ImageFrame | Initializes a new instance of the ImageFrame class. |
| ControlImplementation | Contains an identifier for a control element. |
| DataField | Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when: -the current row of a form changes, the control is initialized with the value from its column. -the user changes the content of a control, this changed value is written back to its column. |
| EventListeners | (Inherited from Control) |
| ID | Contains an identifier for a control element. |
| ImageLink | Contains the location of a file containing image data. |
| IsDisabled | Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused. |
| IsPrintable | Specifies whether a control is printed when a user prints a document in which the control is contained |
| IsReadOnly | Specifies whether a user can modify the value of a control.Read-only controls are included in a tabbing navigation sequence. |
| Name | Contains name of a form or control element. |
| Properties | (Inherited from Control) |
| Title | Contains additional information about a control. The value of the attribute can be used as a tool tip. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides ControlGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent | (Inherited from Control) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current ImageFrame object to its equivalent string representation.
(Overrides ObjectToString) |